baker_map {PRNG}R Documentation

Baker map

Description

this is a chaotic map with the sensitive for the parameter value greater than 0.5

Usage

baker_map(x0, a)

Arguments

x0

seed value

a

parameter of the map range is greater than 0.5

Value

for 0<=x=<1/2 the map returns 2ax for 1/2<=x<=1 the map returns a(2x-1)mod1

Examples

baker_map(0.3,0.56)

[Package PRNG version 0.0.2 Index]