baker_map {PRNG} | R Documentation |
this is a chaotic map with the sensitive for the parameter value greater than 0.5
baker_map(x0, a)
x0 |
seed value |
a |
parameter of the map range is greater than 0.5 |
for 0<=x=<1/2 the map returns 2ax for 1/2<=x<=1 the map returns a(2x-1)mod1
baker_map(0.3,0.56)