Module quickrand_cache_normal

Quick Normal Distribution Random Number Generation With Cached Data

.

Copyright © 2017 Michael Truog

Version: 1.7.2 Sep 12 2017 16:38:08 ------------------------------------------------------------------------

Authors: Michael Truog (mjtruog [at] gmail (dot) com).

Description

Quick Normal Distribution Random Number Generation With Cached Data

Function Index

box_muller/2

Process dictionary cache version of quickrand_normal:box_muller/2.

.
box_muller/3

State cache version of quickrand_normal:box_muller/2.

.

Function Details

box_muller/2

box_muller(Mean::number(), StdDev::number()) -> {Result1::float(), Result2::float()}

Process dictionary cache version of quickrand_normal:box_muller/2.

box_muller/3

box_muller(Mean::number(), StdDev::number(), State0::quickrand_cache:state()) -> {Result1::float(), Result2::float(), StateN::quickrand_cache:state()}

State cache version of quickrand_normal:box_muller/2.


Generated by EDoc, Sep 12 2017, 16:38:08.