Skip to content

Chaos generation/Random number generation using multidimensional logistic map (MDLM)

Notifications You must be signed in to change notification settings

famunir/Random-Number-generation-using-MDLM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Introduction

The MATLAB code is to generate chaotic sequences using fixed-point computation. The research for this paper is presented in Designing multi-dimensional logistic map with fixed-point finite precision

Changeable Parameters

There are two types of parameters that can be modified:

  1. Control parameters: r_one, r_two, r_three, r_four and r_five. (the appropriate values can be selected from 1-4. However, not all values will result in chaos).
  2. Computation parameters: word-length (w) and fraction part (n).

In addition, you can modify the value of seeds to get different chaotic trajectories. Appropriate values of seeds can be selected from phase space of logistic map.

Cite

Cite this article as: Munir, F.A., Zia, M. & Mahmood, H. Nonlinear Dyn (2019) 97: 2147. https://doi.org/10.1007/s11071-019-05112-4

@article{munir2019designing,
title={Designing multi-dimensional logistic map with fixed-point finite precision},
author={Munir, Fahad A and Zia, Muhammad and Mahmood, Hasan},
journal={Nonlinear Dynamics},
volume={97},
number={4},
pages={2147--2158},
year={2019},
publisher={Springer}
}

More updates to follow.

About

Chaos generation/Random number generation using multidimensional logistic map (MDLM)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages