Random Module

Contains operations relating to pseudo-random number generation.

Functions and values

Function or value Description

shuffledIndices length

Full Usage: shuffledIndices length

Parameters:
    length : int

Returns: int -> int

Returns a function that maps a given index to a shuffled version of the indexes up to the given `length`

length : int
Returns: int -> int

© Copyright 2021, DiffSharp Contributors.