logistic_map {PRNG}R Documentation

Logistic map

Description

This is the most used chaotic map . The map is sensitive for the value of the parameter greater than 3.568

Usage

logistic_map(x0, a)

Arguments

x0

the seed value range from 0 to 1

a

the parameter ranging from 3.5 to 4

Value

the map returns the a*x(1-x) for input x

Examples

logistic_map(0.26,3.5)




[Package PRNG version 0.0.2 Index]