U01Array

class U01Array(doubleArray: DoubleArray) : RandU01Ifc

Makes an array look like a RandU01Ifc

Constructors

Link copied to clipboard
constructor(doubleArray: DoubleArray)

Properties

Link copied to clipboard
open override val antitheticValue: Double

Returns the antithetic value of the previous value

Link copied to clipboard
open override var previousU: Double

The previous U(0,1) generated (returned) by randU01()

Link copied to clipboard
val size: Int

Functions

Link copied to clipboard
open override fun randU01(): Double

Returns a pseudo-random uniformly distributed number