<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic random function in Secure OS Software for Linux</title>
    <link>https://community.hpe.com/t5/secure-os-software-for-linux/random-function/m-p/4148726#M504</link>
    <description>hi all,&lt;BR /&gt;&lt;BR /&gt;how to use RANDOM function in bash?&lt;BR /&gt;for example i have couple words:&lt;BR /&gt;vegas­harrahs, venture capital, viagra, v1agra, vi@gra, vi*agra, &lt;BR /&gt;viagr@, vicodin, video professor, violence, vioxx, virginity*, virus alert, &lt;BR /&gt;virus detected&lt;BR /&gt;&lt;BR /&gt;and i want to use RANDOm function to create as many possible words there can be plus using numbers 0-9.&lt;BR /&gt;&lt;BR /&gt;I want to create database for keyword filtering in exchange.&lt;BR /&gt;thanks</description>
    <pubDate>Thu, 21 Feb 2008 20:47:05 GMT</pubDate>
    <dc:creator>kabucek</dc:creator>
    <dc:date>2008-02-21T20:47:05Z</dc:date>
    <item>
      <title>random function</title>
      <link>https://community.hpe.com/t5/secure-os-software-for-linux/random-function/m-p/4148726#M504</link>
      <description>hi all,&lt;BR /&gt;&lt;BR /&gt;how to use RANDOM function in bash?&lt;BR /&gt;for example i have couple words:&lt;BR /&gt;vegas­harrahs, venture capital, viagra, v1agra, vi@gra, vi*agra, &lt;BR /&gt;viagr@, vicodin, video professor, violence, vioxx, virginity*, virus alert, &lt;BR /&gt;virus detected&lt;BR /&gt;&lt;BR /&gt;and i want to use RANDOm function to create as many possible words there can be plus using numbers 0-9.&lt;BR /&gt;&lt;BR /&gt;I want to create database for keyword filtering in exchange.&lt;BR /&gt;thanks</description>
      <pubDate>Thu, 21 Feb 2008 20:47:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/secure-os-software-for-linux/random-function/m-p/4148726#M504</guid>
      <dc:creator>kabucek</dc:creator>
      <dc:date>2008-02-21T20:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: random function</title>
      <link>https://community.hpe.com/t5/secure-os-software-for-linux/random-function/m-p/4148727#M505</link>
      <description>Err, I'm not sure what you're wanting to do with it, but 'RANDOM' in Bash isn't a function, it's an environment variable.&lt;BR /&gt;&lt;BR /&gt;So long as it doesn't get unset, it will be set to a value between 0 and 32767.&lt;BR /&gt;&lt;BR /&gt;The simple test is:  echo $RANDOM&lt;BR /&gt;&lt;BR /&gt;Read the 'man bash' page for further details, such as seeding.</description>
      <pubDate>Thu, 21 Feb 2008 22:02:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/secure-os-software-for-linux/random-function/m-p/4148727#M505</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2008-02-21T22:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: random function</title>
      <link>https://community.hpe.com/t5/secure-os-software-for-linux/random-function/m-p/4148728#M506</link>
      <description>There is no built-in shell function to create entropy data, however you can cat /dev/random and /dev/urandom and then write your own routine.&lt;BR /&gt;&lt;BR /&gt;if you check out Perl there are some functions to do this for you.</description>
      <pubDate>Fri, 22 Feb 2008 10:33:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/secure-os-software-for-linux/random-function/m-p/4148728#M506</guid>
      <dc:creator>Andrew Cowan</dc:creator>
      <dc:date>2008-02-22T10:33:08Z</dc:date>
    </item>
  </channel>
</rss>

